ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / CollectionItemTypeAttribute Class / CollectionItemTypeAttribute Constructor / CollectionItemTypeAttribute Constructor(Type,Type,Object[])
The item type
The converter type of item
The parameter list to use when constructing the item converter

In This Topic
    CollectionItemTypeAttribute Constructor(Type,Type,Object[])
    In This Topic
    Initializes a new instance of the CollectionItemTypeAttribute class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal collectionItemType As Type, _
       Optional ByVal itemConverterType As Type, _
       ByVal ParamArray itemConverterParameters() As Object _
    )
    public CollectionItemTypeAttribute( 
       Type collectionItemType,
       Type itemConverterType,
       params object[] itemConverterParameters
    )

    Parameters

    collectionItemType
    The item type
    itemConverterType
    The converter type of item
    itemConverterParameters
    The parameter list to use when constructing the item converter
    See Also